PositiveConsensus

sealed interface PositiveConsensus : Consensus(source)

Positive consensus. Holder decided to respond to the request

Inheritors

Types

Link copied to clipboard
data class IdAndVPTokenConsensus(val idToken: Jwt, val verifiablePresentations: VerifiablePresentations) : Consensus.PositiveConsensus
Link copied to clipboard

In response to a SiopAuthentication Holder/Wallet provides a idToken JWT

Link copied to clipboard
data class VPTokenConsensus(val verifiablePresentations: VerifiablePresentations) : Consensus.PositiveConsensus

In response to a OpenId4VPAuthorization where the wallet has claims that fulfill Verifier's query and holder has chosen the claims to include